const os.statusDone

9 uses

	os (current package)
		exec.go#L35: 	statusDone
		exec.go#L155: 	p.state.Store(uint32(statusDone)) // No persistent reference, as there is no handle.
		exec_posix.go#L86: 	case statusDone:
		exec_unix.go#L52: 		p.doRelease(statusDone)
		exec_unix.go#L69: 	p.doRelease(statusDone)
		exec_unix.go#L105: 	case statusDone:
		pidfd_linux.go#L93: 	case statusDone:
		pidfd_linux.go#L116: 	p.doRelease(statusDone)
		pidfd_linux.go#L129: 	case statusDone: